runtime.debugLogWriter.data (field)
11 uses
runtime (current package)
debuglog.go#L82: l.w.r.data = &l.w.data
debuglog.go#L365: data debugLogBuf
debuglog.go#L397: for l.write+n >= l.r.begin+uint64(len(l.data.b)) {
debuglog.go#L413: l.data.b[pos%uint64(len(l.data.b))] = uint8(size)
debuglog.go#L414: l.data.b[(pos+1)%uint64(len(l.data.b))] = uint8(size >> 8)
debuglog.go#L448: l.data.b[pos%uint64(len(l.data.b))] = x
debuglog.go#L457: n := copy(l.data.b[pos%uint64(len(l.data.b)):], x)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |